home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 February / Gamestar_81_2006-02_dvd.iso / Programy / weatherpulse-setup.exe / {app} / weatherpulse.exe / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt
Text File  |  2005-11-13  |  1KB  |  81 lines

  1. object SetupForm: TSetupForm
  2.   Left = 468
  3.   Top = 304
  4.   Width = 194
  5.   Height = 228
  6.   BorderIcons = [biMinimize, biMaximize]
  7.   Caption = 'Setup'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label5: TLabel
  20.     Left = 16
  21.     Top = 112
  22.     Width = 49
  23.     Height = 13
  24.     Caption = 'Password:'
  25.   end
  26.   object Label3: TLabel
  27.     Left = 16
  28.     Top = 16
  29.     Width = 25
  30.     Height = 13
  31.     Caption = 'Host:'
  32.   end
  33.   object Label4: TLabel
  34.     Left = 16
  35.     Top = 64
  36.     Width = 34
  37.     Height = 13
  38.     Caption = 'UserId:'
  39.   end
  40.   object Edit1: TEdit
  41.     Left = 16
  42.     Top = 32
  43.     Width = 145
  44.     Height = 21
  45.     TabOrder = 0
  46.     Text = 'mail1.telia.com'
  47.   end
  48.   object Edit2: TEdit
  49.     Left = 16
  50.     Top = 80
  51.     Width = 145
  52.     Height = 21
  53.     TabOrder = 1
  54.   end
  55.   object Edit3: TEdit
  56.     Left = 16
  57.     Top = 128
  58.     Width = 145
  59.     Height = 21
  60.     TabOrder = 2
  61.   end
  62.   object Button1: TButton
  63.     Left = 16
  64.     Top = 168
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     ModalResult = 1
  69.     TabOrder = 3
  70.   end
  71.   object Button2: TButton
  72.     Left = 96
  73.     Top = 168
  74.     Width = 75
  75.     Height = 25
  76.     Caption = 'Cancel'
  77.     ModalResult = 2
  78.     TabOrder = 4
  79.   end
  80. end
  81.